Skip to content

Conversation

Roemer
Copy link
Collaborator

@Roemer Roemer commented Jan 12, 2016

There we go, configuration refactoring. Opinions?
It's fairly simple:
Each configuration has an own class, eg CoreConfiguration. It contains the configuration properties and the default values.
Then there's also a specific "Locator" (eg. CoreConfiguratioLocator). It provides an instance (always the same) of the configuration class. It can use a ConfigurationReader to fill the configuration class. By default it uses the App.config reader (AppConfigReader) to fill the values. A custom reader can be created and registered there if wanted.

@Roemer Roemer mentioned this pull request Jan 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant